home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : PAGE
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS : RCONN at SIMTEL20
- -- AUTHOR : Richard Conn
- -- : Texas Instruments, Ada Technology Branch
- -- : PO Box 801, MS 8007
- -- : McKinney, TX 75069
- -- COPYRIGHT : (c) 1985 Richard Conn
- -- DATE CREATED : 15 Feb 85
- -- DATE RELEASED : 15 Feb 85
- -- DATE LAST UPDATED : 15 Feb 85
- -- LOCATION : ASR
- -- ENVIRONMENT : DG MV 10000, ROLM ADE
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : TEXT MANIPULATION
- -- CATEGORY LEVEL 2 : FILE CONCATENATION
- -- CATEGORY LEVEL 3 : Page
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : Text file concatenation
- -- KEYWORD : text formatter
- -- INDEX : Text File Concatenation
- -- INDEX : Concatenation, Text File
- -- INDEX : Text Formatter
- -- INDEX : Formatter, Text
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.PAGER>PAGE.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.PAGER>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- PAGE.ADA 6007 160
- -- PAGE.PRO 3373 74
- -- =============== ========== ==========
- -- 2 Files 9380 234
- --= ABSTRACT ===============================================--
- -- PAGE creates a text file containing several other text files
- -- separated by the lines:
- --
- -- ::::::::::
- -- filename
- -- ::::::::::
- --
- -- where 'filename' is the name of the file which follows. It accepts as
- -- input the name of an output file (file to be generated) and the names
- -- of the input files, where striking a RETURN to the input file name
- -- prompt terminates the input of the list of names.
- --
- -- UNPAGE is the complement of PAGE, which extracts the component
- -- files from the combined file.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 2/15/85 1.0 Richard Conn Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-